expander: Derive from GtkWidget
authorMatthias Clasen <mclasen@redhat.com>
Thu, 7 May 2020 04:16:08 +0000 (00:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 May 2020 02:21:14 +0000 (22:21 -0400)
commit825e98dccad831c1b6ae0fc5e30250c69b9dc42c
treeb4ee66239188d12dd246f7a08c7a6bcbeb85a419
parent1afc7494436dd509a33e641508bc9639e0f7ca90
expander: Derive from GtkWidget

We want to remove GtkBin and GtkContainer as they don't
provide much useful functionality anymore. This requires
us to move get_request_mode and compute_expand down.

See #2719
gtk/a11y/gtkexpanderaccessible.c
gtk/a11y/gtkexpanderaccessible.h
gtk/gtkexpander.c